Graphic Layer Schema
FEATURES Element
See Also  Send comments on this topic.
Graphic Layer Schema : FEATURES Element

Glossary Item Box

Description

Parent tag for geometric and text features in a graphics layer file (*.apg).

Diagram

FEATURE Element Sequence FEATURES Element

Overview

FEATURES
Parent tag for geometric and text features in a graphics layer file (*.apg).
Sequence
FEATURE 1..∞
Defines a feature in a graphics layer file (*.apg).

Remarks

Child element can be used multiple times.

Examples

Source

<xs:element name="FEATURES" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Parent tag for geometric and text features in a graphics layer file (*.apg).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="apg:FEATURE" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.